home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / library / rqtlsusr.rdm < prev    next >
Text File  |  1996-05-20  |  4KB  |  77 lines

  1. Short:    ReqTools 2.5 - the requester toolkit (user)
  2. Author:   nico@augfl.be (Nico Francois), cmh@lls.se (Magnus Holmgren)
  3. Uploader: cmh@lls.se (Magnus Holmgren)
  4. Type:     util/libs
  5.  
  6. ---------------------------------------------------------------------
  7. NOTE: This is the user archive. There are no includes, autodocs, glue
  8.       code, catalog sources or example files included.
  9. ---------------------------------------------------------------------
  10.  
  11. reqtools.library is a standard Amiga shared, runtime library.  The purpose
  12. of ReqTools is to make it a lot quicker and easier to build standard
  13. requesters into your programs. ReqTools is designed with Commodore's style
  14. guidelines in mind, all requesters have the look-and-feel of AmigaDOS
  15. Release 2.
  16.  
  17. ReqTools features the following requesters: a query requester, a string
  18. requester, a number requester, a file requester, a font requester, a
  19. palette requester, a volume requester and a screenmode requester.
  20.  
  21. Also included are RTPatch (1.4) and RexxReqTools (1.3):
  22.  
  23. RTPatch is a small program that will re-route functions from most popular
  24. requester libraries to ReqTools. Libraries currently supported are Arp, Req
  25. and Asl. RTPatch will also patch some functions in Intuition to give you
  26. improved system requesters.
  27.  
  28. RexxReqTools gives ARexx users easy access to a large family of requesters.
  29. All requesters are easy to use; they require one or no arguments. But the
  30. requesters also have a lot of power through several optional arguments and
  31. through tagstrings. RexxReqTools itself doesn't implement any of these
  32. requesters, it is a link between ARexx and ReqTools.
  33.  
  34.   *************************************************************************
  35.   RELEASE 2.5 (Library version 38.1387)
  36.  
  37.   Now really includes RexxReqTools 1.3. Sorry about that.
  38.   RTPatch now reports itself as 1.4 (forgot to assemble that minor change
  39.     ;).
  40.   Improved pragmas for SAS/C, to make better use of the tagcall. Note
  41.     that this may cause problems (I got a CXERR in one case). Also
  42.     changed the name to "reqtools_pragmas.h".
  43.   Changed the LED rendering a little. It is now done earlier, to work
  44.     nicer with custom handlers that can be slow in certain operations
  45.     (like ArcHandler).
  46.   Recompiled with SAS/C again. ;) I don't think any problem have been
  47.     introduced due to this.
  48.   Increased the pattern text buffer in the file requester.
  49.   The volume list in the file requester should now show all real volumes,
  50.     including e.g. network volumes. In fact, it should display the same
  51.     volumes as ASL, since the same algorithm is used. Thanks to Martin
  52.     Taillefer for showing me how to do it properly.
  53.   Added a little "hack" to make ReqTools work better with BetterEdit. It
  54.     was so simple, so why not? ;)
  55.   Added color wheel to the palette requester! There is a switch in the
  56.     preferences editor, in case you don't like it. Some notes: You need
  57.     properly installed colorwheel and gradientslider gadgets (part of OS
  58.     3.0 or higher) for it to be displayed. The colorwheel will only show
  59.     up if the screen and window are large enough. The gradient slider
  60.     doesn't have any fancy background currently, as it requires a rather
  61.     large number of colors to be displayed nicely, IMHO. And most
  62.     importantly; the top value of the slider is to the *left* for some
  63.     reason. Not my fault! ;)
  64.   Selecting parent in the file requester, when the parent does not exist
  65.     does now work. Sort of. The drawer gadget is now updated, so that you
  66.     can "parent back" to a drawer that do exist.
  67.   In the palette requester, when you are in copy, swap and spread modes,
  68.     the title of the window will show the current mode.
  69.   The palette requester should now work better on deep screens (more than
  70.     8 bits). It will then limit itself to display only 256 colors.
  71.  
  72.   *************************************************************************
  73.  
  74. ReqTools 2.5 - reqtools.library
  75. Copyright (c) 1991-1994 Nico François
  76.               1995-1996 Magnus Holmgren
  77.